Inheritance diagram for Exponent::GUI::Windowing::CAboutWindow:

Definition at line 30 of file CAboutWindow.hpp.
| Exponent::GUI::Windowing::CAboutWindow::CAboutWindow | ( | const CSystemString & | aboutWindowImagePath, | |
| const CString | imageName, | |||
| const double | alpha | |||
| ) |
Construction
| aboutWindowImagePath | The path to the image to load as the about display | |
| imageName | The name of the image (eg About.tga) | |
| alpha | The alpha level for the window |
| Exponent::GUI::Windowing::CAboutWindow::CAboutWindow | ( | const double | alpha | ) |
Construction using an image from the image manager named "AboutWindow"
| alpha | The alpha level for the window |
| virtual Exponent::GUI::Windowing::CAboutWindow::~CAboutWindow | ( | ) | [virtual] |
Destruction
| virtual void Exponent::GUI::Windowing::CAboutWindow::lostFocus | ( | IWindow * | window | ) | [virtual] |
Lost focus
| window | The window that lost the focus |
Reimplemented from Exponent::GUI::Windowing::CWindow.